FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / SortableBindingList<T> Constructor / SortableBindingList<T> Constructor(IList<T>)
An IList of items to be contained in the BindingList.

In This Topic
    SortableBindingList<T> Constructor(IList<T>)
    In This Topic
    Initializes a new instance of the SortableBindingList<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As IList(Of T) _
    )
    public SortableBindingList<T>( 
       IList<T> list
    )

    Parameters

    list
    An IList of items to be contained in the BindingList.
    See Also